Creates a new policy definition revision
Creates a new policy definition revision
- application/json
Request Body required
- id string
- name string
- target string
- type string
payload object
Responses
- 200
- 400
- 409
Policy definition was created successfully. Returns the Policy Definition Id
- application/json
- Schema
- Example (from schema)
Schema
- message string
- level string
result object
{
"message": "string",
"level": "string",
"result": {
"items": [
{
"id": "string"
}
]
}
}
Request body was malformed
- application/json
- Schema
- Example (from schema)
Schema
- message string
- level string
- result string
{
"message": "string",
"level": "string",
"result": "string"
}
Policy definition could not be created, because it does already exist.
- application/json
- Schema
- Example (from schema)
Schema
- message string
- level string
- result string
{
"message": "string",
"level": "string",
"result": "string"
}
POST /policydefinitions
Request
Request
curl -L -X POST 'https://dgk.cx.dev.dih-cloud.com/policydefinitions' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"id": "string",
"name": "string",
"target": "string",
"type": "string",
"payload": {}
}'
curl -L -X POST 'https://dgk.cx.dev.dih-cloud.com/policydefinitions' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"id": "string",
"name": "string",
"target": "string",
"type": "string",
"payload": {}
}'
curl -L -X POST 'https://dgk.cx.dev.dih-cloud.com/policydefinitions' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"id": "string",
"name": "string",
"target": "string",
"type": "string",
"payload": {}
}'
curl -L -X POST 'https://dgk.cx.dev.dih-cloud.com/policydefinitions' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"id": "string",
"name": "string",
"target": "string",
"type": "string",
"payload": {}
}'
curl -L -X POST 'https://dgk.cx.dev.dih-cloud.com/policydefinitions' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"id": "string",
"name": "string",
"target": "string",
"type": "string",
"payload": {}
}'
curl -L -X POST 'https://dgk.cx.dev.dih-cloud.com/policydefinitions' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"id": "string",
"name": "string",
"target": "string",
"type": "string",
"payload": {}
}'
curl -L -X POST 'https://dgk.cx.dev.dih-cloud.com/policydefinitions' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"id": "string",
"name": "string",
"target": "string",
"type": "string",
"payload": {}
}'